projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7068139
)
(unexec): Use xsignal.
author
Kim F. Storm
<storm@cua.dk>
Tue, 18 Jul 2006 13:29:49 +0000
(13:29 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 18 Jul 2006 13:29:49 +0000
(13:29 +0000)
src/unexsol.c
patch
|
blob
|
history
diff --git
a/src/unexsol.c
b/src/unexsol.c
index 426a7f7cb990ac9728eb2d3186ab6df265244ab7..9f919faedc0cbdf9befe6ea5a7ac419012747702 100644
(file)
--- a/
src/unexsol.c
+++ b/
src/unexsol.c
@@
-24,7
+24,7
@@
unexec (char *new_name, char *old_name, unsigned int data_start,
errstring = code_convert_string_norecord (build_string (dlerror ()),
Vlocale_coding_system, 0);
-
F
signal (Qfile_error,
+
x
signal (Qfile_error,
Fcons (build_string ("Cannot unexec"), Fcons (errstring, data)));
}